From: Eli Zaretskii Date: Sun, 2 May 2004 17:46:02 +0000 (+0000) Subject: (region-cache.o): Depend on config.h X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22759 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bb03e3e38060aa3c6209b92f50e3aee55de76178;p=emacs.git (region-cache.o): Depend on config.h --- diff --git a/src/Makefile.in b/src/Makefile.in index c1399942ffa..f24168a5cf5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1123,7 +1123,7 @@ process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \ keyboard.h $(config_h) regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h -region-cache.o: region-cache.c buffer.h region-cache.h +region-cache.o: region-cache.c buffer.h region-cache.h $(config_h) scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \ $(config_h) search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \